object killutil: Tkillutil Left = 350 Top = 309 BorderIcons = [] BorderStyle = bsSingle Caption = 'File Limitation Utility' ClientHeight = 267 ClientWidth = 422 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 409 Height = 129 Shape = bsFrame end object Bevel2: TBevel Left = 8 Top = 144 Width = 409 Height = 89 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 16 Width = 67 Height = 13 Caption = 'Window Class' end object Label2: TLabel Left = 224 Top = 16 Width = 62 Height = 13 Caption = 'Window Title' end object Label3: TLabel Left = 16 Top = 152 Width = 62 Height = 13 Caption = 'Current Class' end object Label4: TLabel Left = 224 Top = 152 Width = 57 Height = 13 Caption = 'Current Title' end object winclass1: TListBox Left = 16 Top = 32 Width = 185 Height = 97 ItemHeight = 13 TabOrder = 8 OnClick = winclass1Click OnEnter = winclass1Enter end object Button1: TButton Left = 336 Top = 240 Width = 75 Height = 25 Caption = 'E&xit' TabOrder = 7 OnClick = Button1Click end object Button2: TButton Left = 16 Top = 200 Width = 75 Height = 25 Caption = 'R&emove All' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 96 Top = 200 Width = 75 Height = 25 Caption = '&Remove' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 176 Top = 200 Width = 75 Height = 25 Caption = '&Add' TabOrder = 4 OnClick = Button4Click end object Edit1: TEdit Left = 16 Top = 168 Width = 185 Height = 21 TabOrder = 0 OnChange = Edit1Change OnKeyPress = Edit1KeyPress end object tempf: TListBox Left = 16 Top = 344 Width = 225 Height = 41 ItemHeight = 13 TabOrder = 10 end object wintitle1: TListBox Left = 224 Top = 32 Width = 185 Height = 97 ItemHeight = 13 TabOrder = 9 OnClick = wintitle1Click OnEnter = wintitle1Enter end object Edit2: TEdit Left = 224 Top = 168 Width = 185 Height = 21 TabOrder = 1 OnChange = Edit2Change OnKeyPress = Edit2KeyPress end object Button5: TButton Left = 336 Top = 200 Width = 75 Height = 25 Caption = '&Capture' TabOrder = 6 OnClick = Button5Click end object Button6: TButton Left = 256 Top = 200 Width = 75 Height = 25 Caption = 'C&lear Current' TabOrder = 5 OnClick = Button6Click end end